home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
050
/
bix02.arc
/
PORTS.PAS
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Pascal/Delphi Source File
|
1986-08-04
|
222 b
|
8 lines
Turn video off: port[$3D8] := mem[$40:$65] and $F7;
Turn back on: port[$3D8] := mem[$40:$65;
port[$3D8] is the CGA display register.
code to wait for vertical retrace is:
while port[$3DA] and $08 = 0 do;